home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_layer.ph
- SHORTNAME : layer.ph
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 31.8.1990
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_layer.ph 1.7 3/2/94
- SCCS VERSION : 1.7
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_LAYER_DEFINED_
- #define _UI_LAYER_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_xCreateLayerPanel(Widget parent);
-
-
- /* widgets of input fields and buttons */
- Widget ui_layerNameWidgets[MAX_NO_LAYERS];
- Widget ui_layerButtonWidgets[MAX_NO_LAYERS];
- /* the value indicating the initial state of the buttons */
- unsigned short ui_layerStartValue = 0;
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- static Widget ui_layerPanel; /* shell widget of layer panel */
-
-
- /* end private definition section */
-
-
- #endif /* _UI_LAYER_DEFINED_ */
-
-
- /* end of file */
- /* lines: 30 */
-